From 0ce71ef235c177243b54b59d0021eafadc02496a Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Mon, 20 Feb 2006 11:38:23 +0000 Subject: [PATCH] Allow CPU frequency option on x86_64 for privileged guests. Signed-off-by: Christian Limpach --- buildconfigs/linux-defconfig_xen0_x86_64 | 7 ++++++- buildconfigs/linux-defconfig_xen_x86_64 | 9 +++++++-- linux-2.6-xen-sparse/arch/x86_64/Kconfig | 2 -- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/buildconfigs/linux-defconfig_xen0_x86_64 b/buildconfigs/linux-defconfig_xen0_x86_64 index 5ea65c8464..3406bc7a4a 100644 --- a/buildconfigs/linux-defconfig_xen0_x86_64 +++ b/buildconfigs/linux-defconfig_xen0_x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.16-rc3-xen0 -# Thu Feb 16 22:55:30 2006 +# Mon Feb 20 11:37:43 2006 # CONFIG_X86_64=y CONFIG_64BIT=y @@ -161,6 +161,11 @@ CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y # CONFIG_ACPI_CONTAINER is not set +# +# CPU Frequency scaling +# +# CONFIG_CPU_FREQ is not set + # # Bus options (PCI etc.) # diff --git a/buildconfigs/linux-defconfig_xen_x86_64 b/buildconfigs/linux-defconfig_xen_x86_64 index c48a7b4a9c..b8b5ea90cc 100644 --- a/buildconfigs/linux-defconfig_xen_x86_64 +++ b/buildconfigs/linux-defconfig_xen_x86_64 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.16-rc3-xen0 -# Thu Feb 16 22:56:25 2006 +# Linux kernel version: 2.6.16-rc3-xen +# Mon Feb 20 11:37:11 2006 # CONFIG_X86_64=y CONFIG_64BIT=y @@ -169,6 +169,11 @@ CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_ACPI_CONTAINER=m +# +# CPU Frequency scaling +# +# CONFIG_CPU_FREQ is not set + # # Bus options (PCI etc.) # diff --git a/linux-2.6-xen-sparse/arch/x86_64/Kconfig b/linux-2.6-xen-sparse/arch/x86_64/Kconfig index e7f7907c18..be4c1e0301 100644 --- a/linux-2.6-xen-sparse/arch/x86_64/Kconfig +++ b/linux-2.6-xen-sparse/arch/x86_64/Kconfig @@ -529,9 +529,7 @@ endif source "drivers/acpi/Kconfig" -if !X86_64_XEN source "arch/x86_64/kernel/cpufreq/Kconfig" -endif endmenu -- 2.30.2